翻訳と辞書
Words near each other
・ Golden Salamander (film)
・ Golden samphire
・ Golden sand-eater
・ Golden Sands
・ Golden Sands Halt railway station
・ Golden Sands Hotel
・ Golden Sands Nature Park
・ Golden Sarok Rotonda
・ Golden Sax Swing
・ Golden Screen Award
・ Golden Screen Award (Canada)
・ Golden Screen Cinemas
・ Golden Screen TV Awards
・ Golden Secondary School
・ Golden Section (album)
Golden section search
・ Golden Security Bank
・ Golden set
・ Golden share
・ Golden Shears
・ Golden Shell
・ Golden Shield Project
・ Golden shiner
・ Golden shiner virus
・ Golden Shoe (Singapore)
・ Golden Shoulders
・ Golden Shower (band)
・ Golden shower (disambiguation)
・ Golden Shower of Hits
・ Golden silk orb-weaver


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Golden section search : ウィキペディア英語版
Golden section search

The golden section search is a technique for finding the extremum (minimum or maximum) of a strictly unimodal function by successively narrowing the range of values inside which the extremum is known to exist. The technique derives its name from the fact that the algorithm maintains the function values for triples of points whose distances form a golden ratio. The algorithm is the limit of Fibonacci search (also described below) for a large number of function evaluations. Fibonacci search and Golden section search were discovered by Kiefer (1953). (see also Avriel and Wilde (1966)).
==Basic idea==

The diagram above illustrates a single step in the technique for finding a minimum. The functional values of f(x) are on the vertical axis, and the horizontal axis is the ''x'' parameter. The value of f(x) has already been evaluated at the three points: x_1, x_2, and x_3. Since f_2 is smaller than either f_1 or f_3, it is clear that a minimum lies inside the interval from x_1 to x_3 (since ''f'' is unimodal).
The next step in the minimization process is to "probe" the function by evaluating it at a new value of ''x'', namely x_4. It is most efficient to choose x_4 somewhere inside the largest interval, i.e. between x_2 and x_3. From the diagram, it is clear that if the function yields f_ then a minimum lies between x_1 and x_4 and the new triplet of points will be x_1, x_2, and x_4. However if the function yields the value f_ then a minimum lies between x_2 and x_3, and the new triplet of points will be x_2, x_4, and x_3. Thus, in either case, we can construct a new narrower search interval that is guaranteed to contain the function's minimum.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Golden section search」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.